home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / dvopen11.zip / DVTXDI.ZIP / TAPX.BAT < prev    next >
DOS Batch File  |  1990-09-10  |  187b  |  13 lines

  1. echo off
  2. tapxdi keys=%1
  3. if errorlevel 99 goto badinput
  4. if errorlevel 1  goto nothere
  5. echo Got it!
  6. goto bye
  7. :nothere
  8. echo no got it...
  9. goto bye
  10. :badinput
  11. echo TAPX error.
  12. :bye
  13.